home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / internet / sweeper / samples / olecon~1 / controls / localize / localize.def < prev    next >
Text File  |  1995-11-25  |  878b  |  26 lines

  1. ; --------------------------------------------------------------------------
  2. ; Localize.Def - Module definition file for Localize.Ocx (win32)
  3. ; --------------------------------------------------------------------------
  4. ; Copyright  1995  Microsoft Corporation.  All Rights Reserved.
  5. ;
  6. ; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  7. ; ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  8. ; THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  9. ; PARTICULAR PURPOSE.
  10. ;=--------------------------------------------------------------------------=
  11. ;
  12.  
  13. LIBRARY     Localize
  14. PROTMODE
  15.  
  16. DESCRIPTION    'Test Control'
  17.  
  18. CODE            PRELOAD MOVEABLE DISCARDABLE
  19. DATA            PRELOAD MOVEABLE SINGLE
  20.  
  21. EXPORTS         DllRegisterServer
  22. EXPORTS        DllUnregisterServer
  23. EXPORTS        DllCanUnloadNow
  24. EXPORTS        DllGetClassObject
  25.  
  26.